home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / stpwtch / clockexa.bas < prev    next >
Encoding:
BASIC Source File  |  1999-01-08  |  232 b   |  6 lines

  1. Attribute VB_Name = "ClockExample"
  2. Option Explicit
  3.  
  4. Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
  5. Public StartTime As Date, FinishTime As Date
  6.